home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / comm / fido / FindPlaSrc.lha / FindPlaceSrc / gst.c < prev    next >
C/C++ Source or Header  |  1995-08-29  |  408b  |  24 lines

  1. /***************************************************************************
  2.  * gst.c
  3.  *
  4.  * FindPlace, Copyright ©1995 Lee Kindness.
  5.  *
  6.  */
  7.  
  8. /* ANSI headers */
  9. #include <string.h>
  10.  
  11. /* Amiga headers */
  12. #include <exec/types.h>
  13. #include <exec/memory.h>
  14. #include <dos/dos.h>
  15. #include <libraries/nl.h>
  16.  
  17. /* Protos */
  18. #include <proto/exec.h>
  19. #include <proto/dos.h>
  20.  
  21. /* Amiga.lib */
  22. //#include <clib/alib_protos.h>
  23.  
  24.